<squad>
	<description>
		<type>TYPE_TANK</type>
		<nationality>NATIONALITY_AMERICAN</nationality>

		<long_name>M1 Combat Car</long_name>
		<short_name>M1 Combat Car</short_name>
		<comment>A light tank with a .50cal heavy machine gun and two light machine guns</comment>

		<uniform>american_vehicle_crew</uniform>
	</description>

	<availability>
		<data><month>1</month><year>1937</year><number>89</number></data>
		<data><month>12</month><year>1942</year><number>89</number></data>
	</availability>

	<vehicle>
		<attributes>
			<image_profile>Profile-M1 Combat Car.png</image_profile>
			<weight>9100</weight>
		</attributes>

		<drive>
			<engine>
				<name>Continental W670 7</name>
				<horsepower>250</horsepower>
				<reliability>RELIABILITY_AVERAGE</reliability>
				<rpm_idle>500</rpm_idle>
				<rpm_limit>2800</rpm_limit>
			</engine>

			<gears>
				<forwards>5</forwards>
				<reverse>1</reverse>
			</gears>

			<steering>STEERING_CONTROLLED_DIFFERENTIAL</steering>

			<exhaust_pipe><offsetX>70</offsetX><offsetY>180</offsetY></exhaust_pipe>
			<exhaust_pipe><offsetX>-70</offsetX><offsetY>180</offsetY></exhaust_pipe>
		</drive>

		<hull>
			<image_view>Image-M1A1 Combat Car.png</image_view>

			<width>227</width>
			<length>430</length>
			<height>118</height>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<upper_front>16@60</upper_front>
				<lower_front>16@-20</lower_front>
				<side>13</side>
				<rear>6</rear>
				<top>6</top>
				<bottom>6</bottom>
			</armour>

			<man>
				<job>JOB_DRIVER</job>
				<weapon><type>WEAPON_PISTOL_COLT</type></weapon>
				<ammo><for>WEAPON_PISTOL_COLT</for><rounds>60</rounds></ammo>
			</man>
		</hull>

		<superstructure>
			<width>227</width>
			<length>230</length>
			<height>42</height>

			<offsetX>0</offsetX>
			<offsetY>30</offsetY>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<front>16@20</front>
				<side>13</side>
				<rear>6</rear>
				<top>9</top>
			</armour>
		</superstructure>

		<fixed_weapon>
			<offsetX>40</offsetX>
			<offsetY>-160</offsetY>
			<offsetZ>140</offsetZ>

			<rotate_time>5</rotate_time>
			<rotate_left>25</rotate_left>
			<rotate_right>20</rotate_right>

			<weapon><type>WEAPON_LMG_M1919</type><mount>ball</mount></weapon>
			<ammo><for>WEAPON_LMG_M1919</for><rounds>2350</rounds></ammo>

			<man>
				<job>JOB_RADIO</job>
				<weapon><type>WEAPON_PISTOL_COLT</type></weapon>
				<ammo><for>WEAPON_PISTOL_COLT</for><rounds>60</rounds></ammo>
			</man>
		</fixed_weapon>

		<turret>
			<image_view>Image-M1 Combat Car turret.png</image_view>

			<diameter>122</diameter>
			<height>70</height>
			<offsetX>-5</offsetX>
			<offsetY>0</offsetY>

			<rotate_time>24</rotate_time>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<front>16</front>
				<side>16</side>
				<rear>16</rear>
				<top>6</top>
				<mantlet>0</mantlet>
			</armour>

			<weapon><type>WEAPON_HMG_50CAL</type><offsetX>-23</offsetX><offsetY>-54</offsetY></weapon>
			<weapon><type>WEAPON_LMG_M1919</type><offsetX>26</offsetX><offsetY>-54</offsetY></weapon>
			<ammo><for>WEAPON_HMG_50CAL</for><rounds>1100</rounds></ammo>
			<ammo><for>WEAPON_LMG_M1919</for><rounds>2350</rounds></ammo>

			<man>
				<job>JOB_COMMANDER</job>
				<weapon><type>WEAPON_PISTOL_COLT</type></weapon>
				<ammo><for>WEAPON_PISTOL_COLT</for><rounds>60</rounds></ammo>
			</man>

			<man>
				<job>JOB_GUNNER</job>
				<weapon><type>WEAPON_PISTOL_COLT</type></weapon>
				<ammo><for>WEAPON_PISTOL_COLT</for><rounds>60</rounds></ammo>
			</man>
		</turret>
	</vehicle>
</squad>
